Micron Document
Fox's Git Mirrors


Commit c12668abb905274bbb6a9942e9a065be68114fdc


Parents : 017c106
Author : Jiming <71953568+Jiming-C@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-07-11T14:48:22-04:00
Committer : GitHub <noreply@github.com>
Date : 2026-07-11T11:48:22-07:00

README: fix two broken links (#3525)

Two broken links in the README: the bounties link is missing its scheme (renders as a broken relative link), and the port-a-car guide points at a nonexistent `docs` branch (404) instead of `master`.

Changes

1 files changed, 2 insertions(+), 2 deletions(-)

M README.md +2 -2

Diff

diff --git a/README.md b/README.md
index 94a44aac..72700b4c 100644
--- a/README.md
+++ b/README.md
@@ -160,7 +160,7 @@ Every car port is eligible for a bounty:
* $250 - [Any car model port](https://github.com/orgs/commaai/projects/26/views/1?pane=issue&itemId=47913790)
* $300 - [Reverse Engineering a new Actuation Message](https://github.com/orgs/commaai/projects/26/views/1?pane=issue&itemId=73445563)
-In addition to the standard bounties, we also offer higher value bounties for more popular cars. See those at [comma.ai/bounties](comma.ai/bounties).
+In addition to the standard bounties, we also offer higher value bounties for more popular cars. See those at [comma.ai/bounties](https://comma.ai/bounties).
## FAQ
@@ -168,7 +168,7 @@ In addition to the standard bounties, we also offer higher value bounties for mo
***Which cars are supported?*** See the [supported cars list](docs/CARS.md).
-***Can I add support for my car?*** Yes, most car support comes from the community. Read the guide [here](https://github.com/commaai/opendbc/blob/docs/README.md#how-to-port-a-car).
+***Can I add support for my car?*** Yes, most car support comes from the community. Read the guide [here](https://github.com/commaai/opendbc/blob/master/README.md#how-to-port-a-car).
***Which cars can be supported?*** Any car with LKAS and ACC. More info [here](https://github.com/commaai/openpilot/blob/master/docs/CARS.md#dont-see-your-car-here).

Served by rngit 1.5.2 - Generated in 0.03s